body {
    margin: 0;
}

.maincontent {
    margin: 5rem 15% 5rem 15%;
}

.maincontent h5{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgb(243, 208, 11);
}

.maincontent h2{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}

.maincontentbox1 p{
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(80, 80, 80);
    font-size: 18px;
}

.maincontentbox1 img{
    margin: 5rem 0px 5rem;
    object-fit: cover;       
    object-position: center;  
    width: 100%;
    height: 50vh;
}

.box2contentimgcp {
    display: none;
}

.maincontentbox2 h3 {
    margin: 0px 0px 20px 40px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}

.maincontentbox2 p {
    margin: 40px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(80, 80, 80);
    font-size: 18px;
}

.maincontentbox2 img{
    object-fit: cover;       
    object-position: top;  
    width: 45vh;
    height: 45vh;
    border-radius: 100%;
}

.box2content {
    margin: 5rem 0 5rem;
    display: flex;
}